home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / helplib / online_help.7 < prev    next >
Encoding:
Text File  |  1990-01-17  |  1.3 KB  |  25 lines

  1.             Data format
  2. --------------------------------------------------------------------
  3. Data files produced by kaos start with a header containing
  4. information about the parameters of a given dynamical system and
  5. the graphic interface. Legitimate kaos data should always start the 
  6. line with "%%T".  All header lines should start with the key string 
  7. \%T.  Then follow the captions of all variables and their values 
  8. defined in each line.  Note that all captions of variables in the 
  9. header lines should not have white spaces between them and that the 
  10. values of variables are separated from these captions by white space.
  11. If the save option "Window Environment Only" is chosen to save the 
  12. data, the data file will contain only a header.
  13.  
  14. The main data are saved in a multi-column format with each line 
  15. representing a data point. Each line starts with a key string "%XC".
  16. An integer key which is concatenated to "%XC" without a space denotes
  17. the value of the composite information of the colormap and the symbol
  18. type. For the phase space box data, the columns after the first 
  19. column denote the components of the coordinates of the point.  These 
  20. coordinates are written in double precision. Lines of a typical data 
  21. file (2-d) may look like
  22.  
  23. %XC5 0.59422388948000 0.80252776224966
  24. %XC-254 0.59432111947495 0.80260258647616
  25.